Skip to content

[WOR-1448]: Bump the minor-patch-dependencies group with 40 updates #298

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2024

Bumps the minor-patch-dependencies group with 40 updates:

Package From To
io.opentelemetry.semconv:opentelemetry-semconv 1.21.0-alpha 1.25.0-alpha
com.google.cloud.opentelemetry:exporter-trace 0.25.2 0.29.0
com.google.cloud.opentelemetry:exporter-metrics 0.25.2 0.29.0
org.awaitility:awaitility 4.2.0 4.2.1
org.springframework.boot:spring-boot-starter-test 3.2.5 3.3.1
org.springframework.boot:spring-boot-starter-data-jdbc 3.2.5 3.3.1
org.springframework.boot:spring-boot-starter-web 3.2.5 3.3.1
org.springframework.boot:spring-boot-configuration-processor 3.2.5 3.3.1
org.springframework.boot 3.2.5 3.3.1
com.nimbusds:nimbus-jose-jwt 9.25.6 9.40
io.projectreactor.netty:reactor-netty-http 1.1.12 1.1.20
com.fasterxml.jackson:jackson-bom 2.14.2 2.17.1
org.apache.bcel:bcel 6.6.1 6.9.0
bio.terra:terra-common-lib 1.1.11-SNAPSHOT 1.1.13-SNAPSHOT
bio.terra:terra-resource-janitor-client 0.113.31-SNAPSHOT 0.114.0-SNAPSHOT
com.google.auto.value:auto-value-annotations 1.9 1.11.0
com.google.cloud:google-cloud-pubsub 1.120.11 1.131.0
jakarta.validation:jakarta.validation-api 3.0.2 3.1.0
org.liquibase:liquibase-core 4.22.0 4.28.0
org.webjars:webjars-locator-core 0.52 0.59
org.apache.commons:commons-dbcp2 2.9.0 2.12.0
org.apache.commons:commons-lang3 3.12.0 3.14.0
org.apache.commons:commons-pool2 2.11.1 2.12.0
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.13.3 2.17.1
io.swagger:swagger-annotations 1.6.6 1.6.14
io.swagger.core.v3:swagger-annotations 2.2.2 2.2.22
io.swagger.codegen.v3:swagger-codegen-cli 3.0.47 3.0.57
com.google.auto.value:auto-value 1.9 1.11.0
com.diffplug.spotless 6.16.0 6.25.0
com.github.ben-manes.versions 0.42.0 0.51.0
com.google.cloud.tools.jib 3.2.1 3.4.3
de.undercouch.download 5.1.0 5.6.0
org.glassfish.jersey.core:jersey-client 3.1.3 3.1.7
org.glassfish.jersey.media:jersey-media-json-jackson 3.1.3 3.1.7
org.glassfish.jersey.media:jersey-media-multipart 3.1.3 3.1.7
org.glassfish.jersey.inject:jersey-hk2 3.1.3 3.1.7
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.13.4 2.17.1
ch.qos.logback:logback-classic 1.4.8 1.5.6
org.slf4j:slf4j-api 2.0.7 2.0.13
org.hamcrest:hamcrest 2.1 2.2

Updates io.opentelemetry.semconv:opentelemetry-semconv from 1.21.0-alpha to 1.25.0-alpha

Release notes

Sourced from io.opentelemetry.semconv:opentelemetry-semconv's releases.

Version 1.24.0

NOTICE: This release contains a significant restructuring of this repository and the generated classes as we evolve it towards a first stable artifact (although there is no stable artifact as of this release). Please read the notes carefully and refer to the PRs and associated issues for more details. Additionally, the README contains useful information that should be reviewed.

  • BREAKING: Split out incubating artifact. This repo now publishes io.opentelemetry.semconv:opentelemetry-semconv:{{version}} for semantic conventions which are stable (the artifact itself is not yet stable but we aim to stabilize eventually), and io.opentelemetry.semconv:opentelemetry-semconv-incubating:{{version}} for semantic conventions which are incubating (experimental) (this artifact will always have the -alpha designation). As a part of this restructuring, old attributes which were removed from semantic-conventions (without being deprecated there) have been removed. (#41)
  • BREAKING: Generate classes by root namespace. Where previously all attributes were contained in two classes, ResourceAttributes and SemanticAttributes, they are now organized by their root namespace. For example, the http.request.header attribute lives in HttpAttributes. (#45)
  • Fix typo in readme (#42)
  • Encode semconv version in build dir to fix build cache (#51)
  • Cleanup enum generation (#52)
  • Update readme to reflect new artifact strategy (#53)
  • Use build-tools release 0.24.0 (#55)
  • Exclude namespaces that aren't useful in jvm environments (#54)
  • Update to semantic-conventions 1.24.0 (#46)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​arminru @​breedx-splk @​jack-berg @​JnRouvignac @​jsuereth @​kenfinnigan @​lmolkova @​trask

Version 1.23.1-alpha

  • Extended jinja template to generate template-type semantic attributes. (#24)
  • Update to semconv 1.23.1 (#36)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@

Version 1.22.0

  • Update to semconv 1.22 (#29)
  • Compile only opentelemetry-api dependency (#30)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​breedx-splk @​gaeljw @​jack-berg @​jkwatson

... (truncated)

Changelog

Sourced from io.opentelemetry.semconv:opentelemetry-semconv's changelog.

Changelog

Unreleased

Version 1.25.0 (2024-04-08)

  • Restore and deprecate the SemanticAttributes and ResourceAttributes classes removed in 1.23.1 for easier upgrades. These will be removed prior to a stable release of io.opentelemetry.semconv:opentelemetry-semconv. (#62)
  • Update to semantic-conventions 1.25.0 (#61)

Version 1.24.0 (2024-03-27)

NOTICE: This release contains a significant restructuring of this repository and the generated classes as we evolve it towards a first stable artifact (although there is no stable artifact as of this release). Please read the notes carefully and refer to the PRs and associated issues for more details. Additionally, the README contains useful information that should be reviewed.

  • BREAKING: Split out incubating artifact. This repo now publishes io.opentelemetry.semconv:opentelemetry-semconv:{{version}} for semantic conventions which are stable (the artifact itself is not yet stable but we aim to stabilize eventually), and io.opentelemetry.semconv:opentelemetry-semconv-incubating:{{version}} for semantic conventions which are incubating (experimental) (this artifact will always have the -alpha designation). As a part of this restructuring, old attributes which were removed from semantic-conventions (without being deprecated there) have been removed. (#41)
  • BREAKING: Generate classes by root namespace. Where previously all attributes were contained in two classes, ResourceAttributes and SemanticAttributes, they are now organized by their root namespace. For example, the http.request.header attribute lives in HttpAttributes. (#45)
  • Fix typo in readme (#42)
  • Encode semconv version in build dir to fix build cache (#51)
  • Cleanup enum generation (#52)
  • Update readme to reflect new artifact strategy (#53)
  • Use build-tools release 0.24.0 (#55)
  • Exclude namespaces that aren't useful in jvm environments (#54)
  • Update to semantic-conventions 1.24.0 (#46)

Version 1.23.1 (2023-11-21)

... (truncated)

Commits

Updates com.google.cloud.opentelemetry:exporter-trace from 0.25.2 to 0.29.0

Release notes

Sourced from com.google.cloud.opentelemetry:exporter-trace's releases.

v0.29.0

Release Highlights

  • Non-GKE resource now map to k8s_* monitored resource (#340 , #342)
  • Support for mapping to custom Monitored Resources (#346)
  • Newly deprecated APIs: mapResource

What's Changed

New Contributors

Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.28.0...v0.29.0

v0.28.0

Release Highlights

  • Add support for CreateServiceTimeseries in metrics exporter in #318.
  • Add resource attributes as metrics labels by providing a Predicate based filter to control which resource attributes end up as metric labels in #314, #319.

What's Changed

... (truncated)

Commits
  • b0caafd Add support for custom MR mappings (#346)
  • 13696be Make AttributeMappings final (#347)
  • 78c5cd4 Fix resource mapping for null platform values (#342)
  • 77ac82a Fix #258 enable mapping when not gcp kubernetes (#340)
  • d08c205 Add test case for zone resource detection on GAE standard (#341)
  • da9f225 Update JVM flag otel.java.experimental.extension (#338)
  • d822ae8 Always output logging.googleapis.com/trace_sampled as true (#332)
  • aa1d23c Change OTel quickstart to use log4j2 instead of logback (#330)
  • 97a8f20 Add otlp with spring boot sample (#327)
  • 008cf95 Switch to ConcurrentMap for thread-safety (#328)
  • Additional commits viewable in compare view

Updates com.google.cloud.opentelemetry:exporter-metrics from 0.25.2 to 0.29.0

Release notes

Sourced from com.google.cloud.opentelemetry:exporter-metrics's releases.

v0.29.0

Release Highlights

  • Non-GKE resource now map to k8s_* monitored resource (#340 , #342)
  • Support for mapping to custom Monitored Resources (#346)
  • Newly deprecated APIs: mapResource

What's Changed

New Contributors

Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.28.0...v0.29.0

v0.28.0

Release Highlights

  • Add support for CreateServiceTimeseries in metrics exporter in #318.
  • Add resource attributes as metrics labels by providing a Predicate based filter to control which resource attributes end up as metric labels in #314, #319.

What's Changed

... (truncated)

Commits
  • b0caafd Add support for custom MR mappings (#346)
  • 13696be Make AttributeMappings final (#347)
  • 78c5cd4 Fix resource mapping for null platform values (#342)
  • 77ac82a Fix #258 enable mapping when not gcp kubernetes (#340)
  • d08c205 Add test case for zone resource detection on GAE standard (#341)
  • da9f225 Update JVM flag otel.java.experimental.extension (#338)
  • d822ae8 Always output logging.googleapis.com/trace_sampled as true (#332)
  • aa1d23c Change OTel quickstart to use log4j2 instead of logback (#330)
  • 97a8f20 Add otlp with spring boot sample (#327)
  • 008cf95 Switch to ConcurrentMap for thread-safety (#328)
  • Additional commits viewable in compare view

Updates com.google.cloud.opentelemetry:exporter-metrics from 0.25.2 to 0.29.0

Release notes

Sourced from com.google.cloud.opentelemetry:exporter-metrics's releases.

v0.29.0

Release Highlights

  • Non-GKE resource now map to k8s_* monitored resource (#340 , #342)
  • Support for mapping to custom Monitored Resources (#346)
  • Newly deprecated APIs: mapResource

What's Changed

New Contributors

Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.28.0...v0.29.0

v0.28.0

Release Highlights

  • Add support for CreateServiceTimeseries in metrics exporter in #318.
  • Add resource attributes as metrics labels by providing a Predicate based filter to control which resource attributes end up as metric labels in #314, #319.

What's Changed

... (truncated)

Commits
  • b0caafd Add support for custom MR mappings (#346)
  • 13696be Make AttributeMappings final (#347)
  • 78c5cd4 Fix resource mapping for null platform values (#342)
  • 77ac82a Fix #258 enable mapping when not gcp kubernetes (#340)
  • d08c205 Add test case for zone resource detection on GAE standard (#341)
  • da9f225 Update JVM flag otel.java.experimental.extension (#338)
  • d822ae8 Always output logging.googleapis.com/trace_sampled as true (#332)
  • aa1d23c Change OTel quickstart to use log4j2 instead of logback (#330)
  • 97a8f20 Add otlp with spring boot sample (#327)
  • 008cf95 Switch to ConcurrentMap for thread-safety (#328)
  • Additional commits viewable in compare view

Updates org.awaitility:awaitility from 4.2.0 to 4.2.1

Changelog

Sourced from org.awaitility:awaitility's changelog.

Changelog 4.2.1 (2024-03-15)

  • Upgraded Kotlin to 1.9.22

  • Added extension properties forever, then, and, given to the Kotlin extension. This allows you to do e.g.:

    await.forever until { .. }

  • Added shortcut for enabling logging. Before you had to do e.g.

    await() .with() .conditionEvaluationListener(new ConditionEvaluationLogger(log::info)) .pollInterval(ONE_HUNDRED_MILLISECONDS) .until(logs::size, is(4));

    You can now instead use the "logging" shortcut:

    await() .with() .logging(log::info) .pollInterval(ONE_HUNDRED_MILLISECONDS) .until(logs::size, is(4));

    or simply ".logging()" for "System.out".

    This shortcut has also been added globally:

    Awaitility.setLogging(log::info);

    or

    Awaitility.setDefaultLogging();

  • Improved lambda detection for Java 17 and Java 21

  • Upgraded Groovy to 4.0.19

Commits
  • ff13b72 [maven-release-plugin] prepare release awaitility-4.2.1
  • f80c299 [ci skip] Preparing changelog for release
  • 4be5236 [ci skip] Fixed typo in changelog
  • e15b975 Fixed failing tests
  • 7f7656e Adding 17 and 21 to tests
  • 32eafb6 Improved lambda detection and upgraded groovy/scala
  • 8012936 Trying to fix failing test
  • b01855d Revert "Added java 21 tests"
  • 0e7dff0 Revert "Revert "Use Duration factories in Durations.java (#268)""
  • 97076a9 Added java 21 tests
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-test from 3.2.5 to 3.3.1

Release notes

Sourced from org.springframework.boot:spring-boot-starter-test's releases.

v3.3.1

🐞 Bug Fixes

  • SQL Server JDBC URL is malformed after adding org.springframework.boot.jdbc.parameters label #41169
  • Git instant properties cannot be coerced following git-commit-id Maven plugin upgrade #41152
  • Excluding status code from DefaultErrorAttributes throws NPE #41141
  • Spring Boot remote restart with devtools causes 'factory already defined' Tomcat error when running with 'java -jar' #41107
  • MongoHealthIndicator not compliant with Mongo stable API with strict setting #41104
  • Service connection for bitnami mongodb fails to connect #41097
  • Image building requires builder to specify a stack #41091
  • DataSourceProperties fail to bind if java.sql module isn't included #41084
  • AOT causes Logback configuration error when using include #41081
  • Image building hangs when builder and buildpack are configured #41049
  • IllegalArgumentException when trying to use Tomcat's HttpNio2Protocol with Spring Boot-configured SSL #41010
  • Uber jar fails to start when it contains a dependency with Multi-Release: true in its manifest and unexpected file entries in META-INF/versions #41006
  • JSP-related resources may not be found in an executable war file when using Jetty #40996
  • The value of the tomcat.threads.config.max metric is always -1, irrespective of the configured maximum number of threads #40957
  • The auto-configured reactiveNeo4jTransactionManager may cause a failure due to multiple TransactionManager beans #40953
  • Application fails to start when server.tomcat.threads.max < 10 #40945
  • SBOM actuator endpoint doesn't work in a native image #40939
  • Starter parent applies its configuration of the CycloneDX Maven plugin too broadly #40927
  • buildInfo does not work with Gradle 8.7 or later when the configuration cache is enabled #40924
  • Prometheus Exemplars are missing from _count #40904
  • Extract fails due to a duplicate entry when BOOT-INF/classes contains a directory that's also present in the root of the jar #40903
  • sbom is not available to the actuator endpoint when using bootRun or bootWar #40890
  • A newline character is missing from the start of the default banner #40889
  • Description has been truncated

Bumps the minor-patch-dependencies group with 40 updates:

| Package | From | To |
| --- | --- | --- |
| [io.opentelemetry.semconv:opentelemetry-semconv](https://github.com/open-telemetry/semantic-conventions-java) | `1.21.0-alpha` | `1.25.0-alpha` |
| [com.google.cloud.opentelemetry:exporter-trace](https://github.com/GoogleCloudPlatform/opentelemetry-operations-java) | `0.25.2` | `0.29.0` |
| [com.google.cloud.opentelemetry:exporter-metrics](https://github.com/GoogleCloudPlatform/opentelemetry-operations-java) | `0.25.2` | `0.29.0` |
| [org.awaitility:awaitility](https://github.com/awaitility/awaitility) | `4.2.0` | `4.2.1` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.springframework.boot:spring-boot-starter-data-jdbc](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.springframework.boot:spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `9.25.6` | `9.40` |
| [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty) | `1.1.12` | `1.1.20` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.14.2` | `2.17.1` |
| [org.apache.bcel:bcel](https://github.com/apache/commons-bcel) | `6.6.1` | `6.9.0` |
| bio.terra:terra-common-lib | `1.1.11-SNAPSHOT` | `1.1.13-SNAPSHOT` |
| bio.terra:terra-resource-janitor-client | `0.113.31-SNAPSHOT` | `0.114.0-SNAPSHOT` |
| [com.google.auto.value:auto-value-annotations](https://github.com/google/auto) | `1.9` | `1.11.0` |
| [com.google.cloud:google-cloud-pubsub](https://github.com/googleapis/java-pubsub) | `1.120.11` | `1.131.0` |
| [jakarta.validation:jakarta.validation-api](https://github.com/jakartaee/validation) | `3.0.2` | `3.1.0` |
| [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `4.22.0` | `4.28.0` |
| [org.webjars:webjars-locator-core](https://github.com/webjars/webjars-locator-core) | `0.52` | `0.59` |
| org.apache.commons:commons-dbcp2 | `2.9.0` | `2.12.0` |
| org.apache.commons:commons-lang3 | `3.12.0` | `3.14.0` |
| org.apache.commons:commons-pool2 | `2.11.1` | `2.12.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.13.3` | `2.17.1` |
| io.swagger:swagger-annotations | `1.6.6` | `1.6.14` |
| io.swagger.core.v3:swagger-annotations | `2.2.2` | `2.2.22` |
| io.swagger.codegen.v3:swagger-codegen-cli | `3.0.47` | `3.0.57` |
| [com.google.auto.value:auto-value](https://github.com/google/auto) | `1.9` | `1.11.0` |
| com.diffplug.spotless | `6.16.0` | `6.25.0` |
| com.github.ben-manes.versions | `0.42.0` | `0.51.0` |
| com.google.cloud.tools.jib | `3.2.1` | `3.4.3` |
| [de.undercouch.download](https://github.com/michel-kraemer/gradle-download-task) | `5.1.0` | `5.6.0` |
| org.glassfish.jersey.core:jersey-client | `3.1.3` | `3.1.7` |
| org.glassfish.jersey.media:jersey-media-json-jackson | `3.1.3` | `3.1.7` |
| org.glassfish.jersey.media:jersey-media-multipart | `3.1.3` | `3.1.7` |
| org.glassfish.jersey.inject:jersey-hk2 | `3.1.3` | `3.1.7` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.13.4` | `2.17.1` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.4.8` | `1.5.6` |
| org.slf4j:slf4j-api | `2.0.7` | `2.0.13` |
| [org.hamcrest:hamcrest](https://github.com/hamcrest/JavaHamcrest) | `2.1` | `2.2` |


Updates `io.opentelemetry.semconv:opentelemetry-semconv` from 1.21.0-alpha to 1.25.0-alpha
- [Release notes](https://github.com/open-telemetry/semantic-conventions-java/releases)
- [Changelog](https://github.com/open-telemetry/semantic-conventions-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/semantic-conventions-java/commits)

Updates `com.google.cloud.opentelemetry:exporter-trace` from 0.25.2 to 0.29.0
- [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/releases)
- [Commits](GoogleCloudPlatform/opentelemetry-operations-java@v0.25.2...v0.29.0)

Updates `com.google.cloud.opentelemetry:exporter-metrics` from 0.25.2 to 0.29.0
- [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/releases)
- [Commits](GoogleCloudPlatform/opentelemetry-operations-java@v0.25.2...v0.29.0)

Updates `com.google.cloud.opentelemetry:exporter-metrics` from 0.25.2 to 0.29.0
- [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/releases)
- [Commits](GoogleCloudPlatform/opentelemetry-operations-java@v0.25.2...v0.29.0)

Updates `org.awaitility:awaitility` from 4.2.0 to 4.2.1
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](awaitility/awaitility@awaitility-4.2.0...awaitility-4.2.1)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-starter-data-jdbc` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-starter-web` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `com.nimbusds:nimbus-jose-jwt` from 9.25.6 to 9.40
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.40..9.25.6)

Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.12 to 1.1.20
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.1.12...v1.1.20)

Updates `com.fasterxml.jackson:jackson-bom` from 2.14.2 to 2.17.1
- [Commits](FasterXML/jackson-bom@jackson-bom-2.14.2...jackson-bom-2.17.1)

Updates `org.apache.bcel:bcel` from 6.6.1 to 6.9.0
- [Changelog](https://github.com/apache/commons-bcel/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-bcel@rel/commons-bcel-6.6.1...rel/commons-bcel-6.9.0)

Updates `bio.terra:terra-common-lib` from 1.1.11-SNAPSHOT to 1.1.13-SNAPSHOT

Updates `bio.terra:terra-resource-janitor-client` from 0.113.31-SNAPSHOT to 0.114.0-SNAPSHOT

Updates `com.google.auto.value:auto-value-annotations` from 1.9 to 1.11.0
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.9...auto-value-1.11.0)

Updates `com.google.cloud:google-cloud-pubsub` from 1.120.11 to 1.131.0
- [Release notes](https://github.com/googleapis/java-pubsub/releases)
- [Changelog](https://github.com/googleapis/java-pubsub/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-pubsub@v1.120.11...v1.131.0)

Updates `jakarta.validation:jakarta.validation-api` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/jakartaee/validation/releases)
- [Commits](jakartaee/validation@3.0.2...3.1.0)

Updates `org.liquibase:liquibase-core` from 4.22.0 to 4.28.0
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.22.0...v4.28.0)

Updates `org.webjars:webjars-locator-core` from 0.52 to 0.59
- [Commits](webjars/webjars-locator-core@webjars-locator-core-0.52...webjars-locator-core-0.59)

Updates `org.apache.commons:commons-dbcp2` from 2.9.0 to 2.12.0

Updates `org.apache.commons:commons-lang3` from 3.12.0 to 3.14.0

Updates `org.apache.commons:commons-pool2` from 2.11.1 to 2.12.0

Updates `org.springframework.boot:spring-boot-starter-data-jdbc` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-starter-web` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.13.3 to 2.17.1
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.13.3...jackson-dataformats-text-2.17.1)

Updates `io.swagger:swagger-annotations` from 1.6.6 to 1.6.14

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.2 to 2.2.22

Updates `io.swagger.codegen.v3:swagger-codegen-cli` from 3.0.47 to 3.0.57

Updates `com.google.auto.value:auto-value` from 1.9 to 1.11.0
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.9...auto-value-1.11.0)

Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `com.diffplug.spotless` from 6.16.0 to 6.25.0

Updates `com.github.ben-manes.versions` from 0.42.0 to 0.51.0

Updates `com.google.cloud.tools.jib` from 3.2.1 to 3.4.3

Updates `de.undercouch.download` from 5.1.0 to 5.6.0
- [Release notes](https://github.com/michel-kraemer/gradle-download-task/releases)
- [Commits](michel-kraemer/gradle-download-task@5.1.0...5.6.0)

Updates `org.springframework.boot` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.glassfish.jersey.core:jersey-client` from 3.1.3 to 3.1.7

Updates `org.glassfish.jersey.media:jersey-media-json-jackson` from 3.1.3 to 3.1.7

Updates `org.glassfish.jersey.media:jersey-media-multipart` from 3.1.3 to 3.1.7

Updates `org.glassfish.jersey.inject:jersey-hk2` from 3.1.3 to 3.1.7

Updates `org.glassfish.jersey.media:jersey-media-json-jackson` from 3.1.3 to 3.1.7

Updates `org.glassfish.jersey.media:jersey-media-multipart` from 3.1.3 to 3.1.7

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.13.4 to 2.17.1

Updates `org.glassfish.jersey.inject:jersey-hk2` from 3.1.3 to 3.1.7

Updates `ch.qos.logback:logback-classic` from 1.4.8 to 1.5.6
- [Commits](qos-ch/logback@v_1.4.8...v_1.5.6)

Updates `org.slf4j:slf4j-api` from 2.0.7 to 2.0.13

Updates `org.hamcrest:hamcrest` from 2.1 to 2.2
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
- [Commits](hamcrest/JavaHamcrest@v2.1...v2.2)

---
updated-dependencies:
- dependency-name: io.opentelemetry.semconv:opentelemetry-semconv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.cloud.opentelemetry:exporter-trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.cloud.opentelemetry:exporter-metrics
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.cloud.opentelemetry:exporter-metrics
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.awaitility:awaitility
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-data-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.projectreactor.netty:reactor-netty-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.apache.bcel:bcel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: bio.terra:terra-common-lib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: bio.terra:terra-resource-janitor-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.auto.value:auto-value-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.cloud:google-cloud-pubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: jakarta.validation:jakarta.validation-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.liquibase:liquibase-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.webjars:webjars-locator-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.apache.commons:commons-dbcp2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.apache.commons:commons-pool2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-data-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.swagger:swagger-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: io.swagger.codegen.v3:swagger-codegen-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.auto.value:auto-value
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.github.ben-manes.versions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.cloud.tools.jib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: de.undercouch.download
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.glassfish.jersey.core:jersey-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.glassfish.jersey.media:jersey-media-json-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.glassfish.jersey.media:jersey-media-multipart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.glassfish.jersey.inject:jersey-hk2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.glassfish.jersey.media:jersey-media-json-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.glassfish.jersey.media:jersey-media-multipart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.glassfish.jersey.inject:jersey-hk2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.hamcrest:hamcrest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team, cahrens and marctalbott and removed request for a team June 28, 2024 17:51
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 28, 2024

The following labels could not be found: dependency, gradle.

Copy link

@cahrens cahrens marked this pull request as draft June 28, 2024 18:38
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

Superseded by #308.

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/gradle/master/minor-patch-dependencies-9c67b8bdae branch July 1, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants